os.file.name (field)
12 uses
os (current package)
dir_unix.go#L73: return names, dirents, infos, &PathError{Op: "readdirent", Path: f.name, Err: errno}
dir_unix.go#L121: de, err := newUnixDirent(f.name, string(name), direntType(rec))
dir_unix.go#L132: info, err := lstat(f.name + "/" + string(name))
file.go#L56: func (f *File) Name() string { return f.name }
file.go#L132: return 0, &PathError{Op: "readat", Path: f.name, Err: errors.New("negative offset")}
file.go#L216: return 0, &PathError{Op: "writeat", Path: f.name, Err: errors.New("negative offset")}
file.go#L380: return &PathError{Op: op, Path: f.name, Err: err}
file_unix.go#L60: name string
file_unix.go#L174: name: name,
file_unix.go#L319: err = &PathError{Op: "close", Path: file.name, Err: e}
stat_unix.go#L22: return nil, &PathError{Op: "stat", Path: f.name, Err: err}
stat_unix.go#L24: fillFileStatFromSys(&fs, f.name)
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |